home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 22 - Computer Forensics -- The Art of Deleting and Retrieving Data / dban-1.0.6_i386.iso / readme.txt < prev    next >
Text File  |  2005-07-24  |  6KB  |  187 lines

  1. Contents
  2. --------
  3.  
  4. 1.0  About Darik's Boot and Nuke
  5.  
  6. 2.0  Installing DBAN
  7. 2.1  Creating the DBAN floppy disk on Microsoft Windows
  8. 2.2  Creating the DBAN CDR/CDRW on Microsoft Windows
  9. 2.3  Creating the DBAN floppy disk on Linux
  10. 2.4  Creating the DBAN CDR/CDRW on Linux.
  11.  
  12. 3.0  Configuring DBAN
  13. 3.1  Automatic Wiping
  14. 3.2  SYSLINUX.CFG
  15.  
  16. 4.1  Free Updates
  17. 4.2  Contact Information
  18.  
  19. 5.0  Advanced Features
  20. 5.1  Logging
  21. 5.2  PRNG Seeding
  22.  
  23. 6.0  Legal
  24.  
  25.  
  26.  
  27. 1.0  About Darik's Boot and Nuke
  28. --------------------------------
  29.  
  30. Darik's Boot and Nuke ("DBAN") is a self-contained boot floppy that securely
  31. wipes the hard disks of most computers. DBAN will automatically and completely
  32. delete the contents of any hard disk that it can detect, which makes it an
  33. appropriate utility for bulk or emergency data destruction.
  34.  
  35.  
  36. 2.0  Installing DBAN
  37. --------------------
  38.  
  39.  
  40. 2.1  Creating the DBAN floppy disk on Microsoft Windows 
  41. -------------------------------------------------------
  42.  
  43. Double-click the 'dban-1.0.6_i386.exe' program to create a DBAN floppy disk.
  44.  
  45. You must use an account with full hardware access to create the DBAN floppy
  46. disk. This means that you must be a member of the administrators group or have
  47. similar privileges on your computer. Virus scanners and domain policies can
  48. prevent you from creating the DBAN floppy disk.
  49.  
  50.  
  51. 2.2  Creating the DBAN CDR/CD-RW on Microsoft Windows
  52. -----------------------------------------------------
  53.  
  54. If you do not have a floppy drive, or if you wish to use a CD drive or DVD
  55. drive instead, then get the "CDR/CDRW version" from the DBAN home page.
  56.  
  57. The "CDR/CDRW version" of DBAN is an ISO file. Microsoft Windows may hide the
  58. ".iso" part of the file name when you download it to your computer.
  59.  
  60. Double-click the ISO file to burn DBAN to blank CD-R or CD-RW media.
  61.  
  62. If nothing happens when you double-click the ISO file, or if the "Open With"
  63. dialog that asks you to "choose a program" starts, then you do not have burning
  64. software installed that understands the ISO format.
  65.  
  66. Visit the DBAN home page and check the FAQ for links to burning software.
  67.  
  68.  
  69. 2.3  Creating the DBAN floppy disk on Linux
  70. -------------------------------------------
  71.  
  72. # unzip dban-*.exe
  73. # dd if=dban-*.img of=/dev/floppy bs=1024
  74.  
  75. The EXE file is a zip file with an SFX header.  InfoZip, which is bundled with
  76. most Linux distributions, can unpack it.  Ignore the offset warnings.
  77.  
  78. If /dev/floppy does not exist on your computer, then try /dev/fd0 or
  79. /dev/floppy/0 instead.  This command also works on BSD systems.
  80.  
  81.  
  82. 2.4 Creating the DBAN CDR/CD-RW on Linux
  83. ----------------------------------------
  84.  
  85. # cdrecord -v dban-*.iso
  86.  
  87.  
  88. 3.0  Configuring DBAN
  89. ---------------------
  90.  
  91.  
  92. 3.1  Automatic Wiping
  93. ---------------------
  94.  
  95. Enter "autonuke" at the boot prompt to automatically wipe all devices in the
  96. computer without confirmation.
  97.  
  98.  
  99. 3.2  SYSLINUX.CFG
  100. -----------------
  101.  
  102. The "A:\SYSLINUX.CFG" file is the DBAN configuration file.  You may change the
  103. default behavior of DBAN by editing this file after you create the DBAN floppy
  104. disk.
  105.  
  106.  
  107. 4.1  Free Updates
  108. -----------------
  109.  
  110. If you wish to be automatically notified of DBAN updates, then go to
  111. http://freshmeat.net/subscribe/31200/ and subscribe to new releases.
  112.  
  113.  
  114. 4.2  Contact Information
  115. ------------------------
  116.  
  117. E-Mail: Darik Horn <dajhorn-dban@vanadac.com>
  118. Web: http://dban.sourceforge.net/
  119.  
  120. All e-mail messages must have "DBAN" in the subject line.  Messages without
  121. "DBAN" in the subject line will be blocked by my spam filter.
  122.  
  123. Please attach the DBAN log file, if possible, when sending a bug report.
  124.  
  125.  
  126. 5.0  Advanced Features
  127. ----------------------
  128.  
  129.  
  130. 5.1  PRNG Seeding 
  131. -----------------
  132.  
  133. Seeding the PRNG is optional. It is not required for DBAN to work properly.
  134.  
  135. DBAN can load prng seeds from a floppy disk to improve the quality of
  136. operations that use random data. DBAN will check A:\DBANSEED for seed files
  137. when it starts. Seed files must be exactly 512 bytes in size, but they can
  138. have any name.
  139.  
  140. (The acronym "prng" stands for "pseudo random number generator".)
  141.  
  142. If you are using a Linux system, then run this command to make seed files:
  143.  
  144. # dd if=/dev/urandom of=MySeedFile bs=512 count=1
  145.  
  146. If /dev/urandom does not exist on your computer, then try /dev/random instead.
  147.  
  148. If this command produces files that are smaller than 512 bytes, then your
  149. system entropy pool has been exhausted.  Your system will replenish its entropy
  150. pool over time.
  151.  
  152. If you are using a Microsoft Windows system, then you will need 3rd party
  153. software to make seed files.  The Cygwin posix environment for Microsoft
  154. Windows can run the command given above.  Visit http://www.cygwin.com/ to
  155. obtain the Cygwin product.
  156.  
  157.  
  158. 5.2  Logging
  159. ------------
  160.  
  161. Darik's Boot and Nuke will attempt to write a log file to A:\DBANLOG after it
  162. wipes the hard disks in a computer. Log files are in the tarball format. The
  163. average log file will be 5 kilobytes in size.
  164.  
  165. If you are using a unix system, then use this command to unpack the tarball:
  166.  
  167. # tar -xzvf dban0000.tgz
  168.  
  169. If you are using a Microsoft Windows system, then use WinZip or WinRAR to
  170. unpack the TGZ file.  Notepad will not display the text files in the tarball
  171. properly, so use Wordpad instead.
  172.  
  173.  
  174. 6.0  Legal
  175. ----------
  176.  
  177. This software is provided without any warranty; without even the implied
  178. warranty of merchantability or fitness for a particular purpose. In no event
  179. shall the software authors or contributors be liable for any damages arising
  180. from the use of this software. This software is provided "as is".
  181.  
  182. All DBAN components are subject to copyright. Please see the 'licenses' folder
  183. within the DBAN distribution package for additional information.
  184.  
  185.  
  186. EOF
  187.